Hi,
Sorry for the delayed response, but in case this is useful to anyone else, I ran into this too. I'm using the v4.1.1 stack and it does contain the components to work the HS module, at least as a device, on a K60, so I'm guessing the K61 will be the same. I'm targeting our own board, but prototyping on the tower module at the moment with the TWR-SER2 card.
However, note that I said contains the components...
For some reason Freescale don't talk much about HS on K6x. The stack contains the HS code but only for K70 and then only some examples. But with a fair bit of fiddling it will work on a K6x.
Be warned that the stack and examples are a bit of a mess. The code is tangled, inconsistent, hard to reuse and wrapped around multiple 'devtools' that only serve to make the whole thing more opaque. This seems a fairly consistent picture with all Freescale small devices.
All that said, it does work and it will get you started. You should even be able to switch between FS and HS using a single compile time switch if you work at it. I'd allow a few weeks to get it going and then sort out the mess though.
Good Luck.