You appear to be using c#, and therefore the .NET interface to the speech system. As far as I can tell the .NET interface only explicitly supports the W3C SRGS XML grammar format, http://www.w3.org/TR/speech-grammar/. While the grammar format you link to is an MS specific format, which they seem to call CFG. Only the lowerlevel COM API gives details of the CFG format.
You should be able to do the same things in SRGS as in CFG.
You may be able to load the binary version of CFG after compiling it using the SDK tools.
