How can I get the Operating System using Access VBA?

How can I determine if Access is running on XP or Vista?

In EXCEL it is the following (does NOT work in Access):
Application.OperatingSystem


Access has the following function:
Environ("OS")
However, This function returns "Windows NT" for BOTH XP and Vista.