How can I tell if a windows service is installed in VB.NET?

i.e. something like

if service exist then
blah
else
install it
end if